home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / std / c++ / 107 / text0000.txt < prev    next >
Encoding:
Text File  |  1996-08-06  |  634 b   |  16 lines

  1. In article <DLCosx.Hn1@falcon.daytonoh.attgis.com> Dick Menninger
  2. <Dick.Menninger@daytonoh.attgis.com> writes:
  3.  
  4. > > ==========Steve Clamage, 1/16/96==========
  5. > > In C, a signal handler isn't allowed to do much of anything, precisely
  6. > > because the program state can't be known and may be inconsistent. The
  7. > > same is true in C++.
  8.  
  9. > It is just like an interrupt handler in that it could
  10. > deadlock with the code it preempts.  OSes deal with
  11. > that and do quite meaty stuff in the interrupt handlers.
  12. > I certainly hope you are NOT trying to preclude the
  13. > use of exceptions in interrupt handlers.  That would
  14. > be totally absurd.
  15.  
  16.